DC.getAttribute(stringAttributeName) Shorthand: DC.getAttr(stringAttributeName) Description: Returns the specified attribute value for DC.wrapper. Returns: Attribute Value. Note: The getAttribute() function always returns an attribute value or null if undefined, even when chained. Example: var myVal = DC.getAttribute("aria-level");